@charset "UTF-8";
@import url("../font/bahnschrift/bahnschrift.css");
@import url("../font/Avian/Avian.css");
@media (min-width: 1680px) { .container, .container-fluid { max-width: 1600px; } }
.bg { background-color: #f5f6f8; }

.gradient { background-image: -moz-linear-gradient(180deg, rgba(0, 81, 155, 0.99608) 0%, #67b2e4 100%); background-image: -webkit-linear-gradient(180deg, rgba(0, 81, 155, 0.99608) 0%, #67b2e4 100%); background-image: -ms-linear-gradient(180deg, rgba(0, 81, 155, 0.99608) 0%, #67b2e4 100%); }

.form-outline .form-control ~ .form-notch div { border: none; }

.form-outline .form-control:focus ~ .form-label { color: var(--theme-color); }
.form-outline .form-control:focus ~ div { border: none !important; }

.form-outline .form-control:focus ~ .form-notch div { border: none !important; }

.form-outline .input-append { position: absolute; right: 5px; bottom: 10px; }
.form-outline .input-append .input-icon svg { width: 22px; height: 22px; }
.form-outline .input-append .input-icon svg path { fill: #666666; }

.w-next, .w-prev { cursor: pointer; position: absolute; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; }
.w-next svg, .w-prev svg { width: 100%; height: 100%; }
.w-next svg path, .w-prev svg path { fill: #ffffff; }
.w-next.swiper-button-disabled, .w-prev.swiper-button-disabled { opacity: .5; cursor: not-allowed; }

.w-next { right: 0; }

.w-prev { left: 0; }

.not-found .tips-icon { width: 6rem; height: 6rem; margin: 0 auto; }
@media (min-width: 1200px) { .not-found .tips-icon { width: 12rem; height: 12rem; } }
.not-found .tips-icon svg { width: 100%; height: 100%; }
.not-found p { font-size: 14px; color: #999999; }
.not-found a { font-size: 14px; background-color: var(--theme-color); color: #ffffff; border-radius: 3px; padding: 5px 12px; }

.header { position: relative; z-index: 2; }
.header::before, .header::after { content: ''; display: block; height: 4px; background-color: var(--theme-color); position: absolute; width: 100%; bottom: 0; }
.header::after { width: 25vw; background-color: var(--theme-yellow); right: 0; }
.header .container-header { padding-left: 3%; position: relative; }
.header .logo img { -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; }
@media (max-width: 991.98px) { .header .logo img { height: 54px; } }
@media (max-width: 575.98px) { .header .logo img { height: 44px; } }
.header .nav ul > li { position: relative; }
.header .nav ul > li::before { content: ''; display: block; width: 100%; height: 4px; background-color: var(--theme-yellow); position: absolute; margin: auto; bottom: 0; left: 0; right: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); z-index: 2; }
.header .nav ul > li .sub-nav { position: absolute; width: 100%; left: -50%; right: -50%; margin: auto; text-align: center; top: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); transform: translateY(20px); background-color: rgba(255, 255, 255, 0.85); backdrop-filter: blur(3px); }
.header .nav ul > li .sub-nav dl { display: none; padding: 1rem 0; margin-bottom: 0; flex: 1; text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .nav ul > li .sub-nav dl dd { margin: 0; position: relative; }
.header .nav ul > li .sub-nav dl dd::before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); background-color: var(--theme-orange); }
.header .nav ul > li .sub-nav dl dd a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; position: relative; z-index: 2; color: #333333; line-height: 42px; }
.header .nav ul > li:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .nav ul > li:hover .sub-nav { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.header .nav ul > li:hover .sub-nav dl { display: block; }
.header .nav ul > li:hover .sub-nav dl dd:hover { background-color: var(--theme-color); }
.header .nav ul > li:hover .sub-nav dl dd:hover a { color: #ffffff; }
.header .header-right .right-item { width: 104px; }
@media (max-width: 1199.98px) { .header .header-right .right-item { width: 88px; height: 88px; } }
@media (max-width: 991.98px) { .header .header-right .right-item { width: 70px; height: 70px; } }
@media (max-width: 575.98px) { .header .header-right .right-item { width: 60px; height: 60px; } }
.header .header-right .right-item.search-icon svg { width: 20px; height: 20px; }
.header .header-right .right-item.search-icon svg path { fill: #686868; }
.header .header-right .right-item.menu-icon { background-color: var(--theme-color); }
.header .header-right .right-item.menu-icon svg { width: 50%; max-width: 40px; height: auto; fill: #ffffff; }

.open-menu .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.full-menu { position: fixed; z-index: 999; background-color: #fff; width: 100vw; height: 100vh; top: 0; left: 0; -webkit-transition: transform .8s,opacity .3s; -moz-transition: transform .8s,opacity .3s; -ms-transition: transform .8s,opacity .3s; -o-transition: transform .8s,opacity .3s; transition: transform .8s,opacity .3s; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); opacity: 0; }
.full-menu.open { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.full-menu .menu-wrap { padding: 5%; }
.full-menu dl { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: 0; }
.full-menu dl dt { padding: 1rem 0; font-size: 22px; }
.full-menu dl dt::after { content: ''; display: block; width: 1.5rem; height: 2px; background-color: var(--theme-red); margin-top: 1rem; -webkit-transition: width .5s; -moz-transition: width .5s; -ms-transition: width .5s; -o-transition: width .5s; transition: width .5s; }
.full-menu dl dd { line-height: 2.5; }
.full-menu dl dd a { padding-left: .625rem; }
.full-menu dl dd a::before { content: ''; display: block; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; width: 0; height: 0; border: 4px solid transparent; border-left-color: CurrentColor; }
.full-menu dl dd a:hover { padding-left: .875rem; }
@media (min-width: 1200px) { .full-menu dl:hover dt::after { width: 2rem; } }
.full-menu dl a { color: #333333; -webkit-transition: color .5s,padding-left .3s; -moz-transition: color .5s,padding-left .3s; -ms-transition: color .5s,padding-left .3s; -o-transition: color .5s,padding-left .3s; transition: color .5s,padding-left .3s; position: relative; }
.full-menu dl a:hover { color: var(--theme-red); }
.full-menu .close-btn { position: absolute; width: 3.5rem; height: 3.5rem; border-radius: 50%; background-color: #fbfcfc; top: 4%; right: 4%; -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05); box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05); }
.full-menu .close-btn i { cursor: pointer; position: absolute; width: 50%; height: 2px; color: #a0a0a0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.full-menu .close-btn i::before, .full-menu .close-btn i::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.full-menu .close-btn i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.full-menu .close-btn i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
.full-menu .close-btn:hover i { color: var(--theme-red); }
.full-menu .close-btn:hover i::before { -webkit-transform: rotate(30deg); -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -o-transform: rotate(30deg); transform: rotate(30deg); }
.full-menu .close-btn:hover i::after { -webkit-transform: rotate(-30deg); -moz-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -o-transform: rotate(-30deg); transform: rotate(-30deg); }
@media (max-width: 1199.98px) { .full-menu dl dt { font-size: 20px; }
  .full-menu .close-btn { width: 3rem; height: 3rem; top: 2%; right: 4%; } }
@media (max-width: 767.98px) { .full-menu .menu-wrap { height: 100%; overflow-y: scroll; }
  .full-menu dl dt { position: relative; padding-left: .875rem; font-size: 16px; }
  .full-menu dl dt::after { margin-top: 0; width: 3px; height: 12px; left: 0; top: 0; position: absolute; margin: auto; bottom: 0; }
  .full-menu dl dd { font-size: 14px; }
  .full-menu dl dd a { line-height: 1.5; font-size: 14px; }
  .full-menu dl dd ul { display: flex; flex-direction: row; flex-wrap: wrap; }
  .full-menu dl dd ul li { width: auto; flex: 0 0 33.333%; }
  .full-menu .close-btn { width: 2.2rem; height: 2.2rem; top: 2%; right: 2%; } }
@media (max-width: 575.98px) { .full-menu .menu-wrap { height: 100%; overflow-y: scroll; }
  .full-menu dl dt { position: relative; padding: 0; padding-left: .5rem; font-size: 16px; }
  .full-menu dl dt::after { margin-top: 0; width: 3px; height: 12px; left: 0; top: 0; position: absolute; margin: auto; bottom: 0; }
  .full-menu dl dd { font-size: 14px; }
  .full-menu dl dd a { line-height: 1.5; font-size: 14px; }
  .full-menu dl dd ul { display: flex; flex-direction: row; flex-wrap: wrap; }
  .full-menu dl dd ul li { width: auto; flex: 0 0 50%; }
  .full-menu .close-btn { width: 2.2rem; height: 2.2rem; top: 2%; right: 2%; } }

.footer { background-color: #f9f9f9; }
.footer .footer-tel .tel-info { font-size: 12px; color: #999999; line-height: 2.5; }
.footer .footer-tel .tel-num { font-size: 22px; line-height: 1; font-family: Bahnschrift; color: var(--theme-red); }

.sbanner .sbanner-wrap { height: 350px; background-position: 70%; background-repeat: no-repeat; background-size: cover; }
.sbanner .sbanner-wrap .sbanner-title-zone { padding: 0 2rem; color: #ffffff; }
.sbanner .sbanner-wrap .sbanner-title-zone .sbanner-title { font-size: 38px; font-weight: bold; }
.sbanner .sbanner-wrap .sbanner-title-zone .sbanner-en-title { font-size: 18px; }
@media (max-width: 991.98px) { .sbanner .sbanner-wrap .sbanner-title-zone .sbanner-title { font-size: 32px; }
  .sbanner .sbanner-wrap .sbanner-title-zone .sbanner-en-title { font-size: 16px; } }
@media (max-width: 767.98px) { .sbanner .sbanner-wrap .sbanner-title-zone .sbanner-title { font-size: 24px; }
  .sbanner .sbanner-wrap .sbanner-title-zone .sbanner-en-title { font-size: 14px; } }
.sbanner .sbanner-wrap .sbanner-title-zone .yicon { position: absolute; }
.sbanner .sbanner-wrap .sbanner-title-zone .yicon.left { left: 0; bottom: 0; }
.sbanner .sbanner-wrap .sbanner-title-zone .yicon.right { top: 0; right: 0; }
.sbanner .sbanner-wrap .sbanner-title-zone .yicon.right i { background-color: var(--theme-yellow); }
@media (max-width: 991.98px) { .sbanner .sbanner-wrap { height: 260px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap { height: 180px; } }

.location-box { background-color: #f9f9f9; border-bottom: 1px solid #ebebec; }
.location-box .channel-nav li { position: relative; }
.location-box .channel-nav li a { display: inline-block; padding: 3px 10px; border-radius: 3px; position: relative; margin: 0 10px; }
.location-box .channel-nav li:hover a, .location-box .channel-nav li.on a { font-weight: bold; color: var(--theme-red); }
.location-box .page-crumbs svg { width: 20px; height: 20px; fill: var(--theme-red); }

.box .box-head { position: relative; padding-left: 15px; margin-bottom: 1rem; }
.box .box-head::before { display: block; content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 4px; height: 90%; vertical-align: middle; background-color: var(--theme-red); }
.box .box-head .head-name .cn-name { font-size: 32px; color: #333333; line-height: 1; }
@media (max-width: 991.98px) { .box .box-head .head-name .cn-name { font-size: 26px; } }
@media (max-width: 767.98px) { .box .box-head .head-name .cn-name { font-size: 20px; } }
@media (max-width: 575.98px) { .box .box-head .head-name .cn-name { font-size: 16px; } }
.box .box-head .head-name .en-name { font-size: 20px; color: #999999; text-transform: uppercase; opacity: .5; }
@media (max-width: 991.98px) { .box .box-head .head-name .en-name { font-size: 18px; } }
@media (max-width: 767.98px) { .box .box-head .head-name .en-name { font-size: 16px; } }
@media (max-width: 575.98px) { .box .box-head .head-name .en-name { font-size: 14px; } }
.box .box-head .head-more { font-size: 13px; }
.box .box-head .head-more a { color: #999999; display: inline-block; padding: 2px 5px; border-radius: 3px; }
.box .box-head .head-more:hover a { background-color: var(--theme-red); color: #ffffff; }

.index-about .about-content { line-height: 2; font-size: 15px; color: #666666; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.index-about .about-content:hover { color: #333333; }

.pro-swiper .item .item-wrap { display: block; position: relative; }
.pro-swiper .item .item-wrap .item-name { position: absolute; width: 100%; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.15); color: #ffffff; backdrop-filter: blur(3px); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-swiper .item:hover .item-wrap .item-name { background-color: rgba(0, 0, 0, 0.2); backdrop-filter: blur(5px); }
.pro-swiper .w-prev, .pro-swiper .w-next { width: 30px; height: 50px; background: rgba(0, 0, 0, 0.2); }

.bg-f6 { background-color: #f6f6f6; }

.news-list .news-gap-line { height: 1px; width: 100%; background-color: #f5f5f6; margin: 12px 0; }
.news-list .news-item { margin-bottom: 10px; }
.news-list .news-item .news-time { width: 90px; background-color: var(--theme-color); color: #333333; background-color: #f6f6f6; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .news-time .news-date { font-size: 40px; font-weight: bold; line-height: 1; }
.news-list .news-item .news-time .news-month { margin-top: 3px; line-height: 2; font-size: 14px; }
.news-list .news-item .news-info { flex: 1; width: calc( 100% - 90px); }
.news-list .news-item .news-info .news-title { font-size: 18px; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
@media (max-width: 767.98px) { .news-list .news-item .news-info .news-title { font-size: 16px; } }
.news-list .news-item .news-info .news-desc { margin-top: 8px; color: #999999; font-size: 14px; line-height: 24px; }
.news-list .news-item:hover .news-time { color: #ffffff; background-color: var(--theme-color); }
.news-list .news-item:hover .news-info .news-title { color: var(--theme-color); }

.about-profile { padding-top: 3vw; padding-bottom: 3vw; background: url("../Image/about-bg.jpg") bottom center no-repeat; }
.about-profile .about-head { position: relative; }
.about-profile .about-head .head-name { font-size: 42px; text-transform: uppercase; color: var(--theme-color); font-weight: bold; font-style: italic; }
.about-profile .about-head .head-desc { font-size: 20px; line-height: 1; }
.about-profile .about-content { margin-top: 1.5rem; color: #666666; line-height: 2; }
@media (min-width: 1680px) { .about-profile .about-content { line-height: 2.2; } }
.about-profile .param-box { background: url("../Image/ico.png") center/contain no-repeat; }
.about-profile .param-box .param-item { border-right: 1px solid #e8edf6; }
.about-profile .param-box .param-item:nth-child(2n) { border-right: none; }
.about-profile .param-box .param-item:nth-child(n+3) { border-top: 1px solid #eeeeee; }
.about-profile .param-box .param-item .item-wrap { padding-left: 15%; }
.about-profile .param-box .param-item .item-top { position: relative; }
.about-profile .param-box .param-item .item-top::before { content: ''; width: 48px; height: 48px; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; }
.about-profile .param-box .param-item .item-top .item-num { font-size: 52px; line-height: 1; color: var(--theme-red); position: relative; }
@media (min-width: 1680px) { .about-profile .param-box .param-item .item-top .item-num { font-size: 82px; } }
@media (max-width: 1399.98px) { .about-profile .param-box .param-item .item-top .item-num { font-size: 42px; } }
@media (max-width: 991.98px) { .about-profile .param-box .param-item .item-top .item-num { font-size: 36px; } }
@media (max-width: 767.98px) { .about-profile .param-box .param-item .item-top .item-num { font-size: 52px; } }
@media (max-width: 575.98px) { .about-profile .param-box .param-item .item-top .item-num { font-size: 48px; } }
.about-profile .param-box .param-item .item-top .item-unit { position: relative; font-weight: 100; }
@media (min-width: 1680px) { .about-profile .param-box .param-item .item-top .item-unit { font-size: 20px; } }
@media (min-width: 768px) and (max-width: 1199.98px) { .about-profile .param-box .param-item { border: none !important; } }

.cultrue-box .item .item-wrap .item-icon { width: 80px; height: 80px; }
@media (max-width: 767.98px) { .cultrue-box .item .item-wrap .item-icon { width: 70px; height: 70px; } }
.cultrue-box .item .item-wrap .item-icon .icon-wrap { background-color: var(--theme-color); border-radius: 10px; }
.cultrue-box .item .item-wrap .item-icon .icon-wrap svg { position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; display: block; width: 60%; height: 60%; }
.cultrue-box .item .item-wrap .item-icon .icon-wrap svg path { fill: #ffffff; }
.cultrue-box .item .item-wrap .item-info { flex: 1; }
.cultrue-box .item .item-wrap .item-info .item-name { font-size: 30px; color: #282828; }
.cultrue-box .item .item-wrap .item-info .item-desc { font-size: 18px; color: #666666; }
@media (max-width: 991.98px) { .cultrue-box .item .item-wrap .item-info .item-name { font-size: 26px; }
  .cultrue-box .item .item-wrap .item-info .item-desc { font-size: 16px; } }
@media (max-width: 767.98px) { .cultrue-box .item .item-wrap .item-info .item-name { font-size: 24px; }
  .cultrue-box .item .item-wrap .item-info .item-desc { font-size: 14px; } }
@media (max-width: 575.98px) { .cultrue-box .item .item-wrap .item-info .item-name { font-size: 20px; }
  .cultrue-box .item .item-wrap .item-info .item-desc { font-size: 14px; } }

.section { padding: 3% 0; }
.section .sec-head { position: relative; margin-bottom: 1rem; }
.section .sec-head .sec-name { position: relative; z-index: 2; }
.section .sec-head .sec-name::before { left: 0; position: absolute; content: attr(data-title); text-transform: uppercase; font-size: 70px; color: #f3f3f3; text-align: center; width: 100%; right: 0; font-weight: bold; line-height: 1; font-family: "Lovelo Black"; bottom: 10%; }
.section .sec-head .sec-name span { font-weight: bold; font-size: 42px; position: relative; color: #c31a1f; }
@media (max-width: 767.98px) { .section .sec-head .sec-name::before { font-size: 50px; }
  .section .sec-head .sec-name span { font-size: 32px; } }
.section .sec-head .sec-desc { font-size: 22px; font-weight: 100; color: #5f5f5f; }
.section .sec-head.white-head .sec-name::before { opacity: .05; }
.section .sec-head.white-head .sec-name span { color: #ffffff; }
.section .sec-head.white-head .sec-desc { color: #ffffff; opacity: .5; }
.section.sec-history {    /* background: url("../Image/history-bg.jpg") bottom/cover no-repeat;
 .history-box{ .history-top{ .swiper-years{ .year-item{ cursor: pointer; color: #ffffff; font-size: 30px; line-height: 3;
 position: relative; @media (max-width: 991.98px) { font-size: 28px; } @media (max-width: 767.98px) { font-size: 24px; } .item-icon{ height: 48px; width: 48px; margin: auto; left: 0; right: 0; position: absolute; overflow: hidden; &::before,&::after{ content: ''; display: block; width: 0; border: 5px solid transparent; position: absolute; margin: auto; left: 0; right: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; } &::before{ top: 0; border-top-color: CurrentColor; -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); } &::after{ bottom: 4px; border-bottom-color: CurrentColor; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); } } &.swiper-slide-thumb-active{ color: var(--theme-color); .item-icon{ &::before,&::after{ -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } } } } } .history-rule{ height: 45px; width: 100%; background: url("../Image/rule-bg.png") center repeat-x; } } .history-bottom{ .swiper-content{ padding: 3% 0; .year-content{ position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; &::before{ content: attr(data-title); font-family: "Lovelo Black"; display: block; font-size: 280px; color: #ffffff; opacity: .1; width: 100%; text-align: center; left: 0; line-height: 1; @media (max-width: 991.98px) { font-size: 180px; } @media (max-width: 767.98px) { font-size: 140px; } } .y-con-wrap{ position: absolute; p{ font-size: 24px; @media (max-width: 991.98px) { font-size: 18px; } @media (max-width: 767.98px) { font-size: 16px; } } } }
 } } }*/ /*.swiper-history{ position: relative; .history-item{ padding: 3rem 0; height: auto; .item-wrap{ height: 100%; padding-left: 20px; border-left: 1px solid #dedede; } .item-year{ position: relative; &::before{ content: attr(data-title); position: absolute; font-size: 80px; color: #282828; opacity: .04; text-align: center; line-height: 1; top: 0; text-transform: uppercase; font-weight: bold; } .year-num{ line-height: 2; font-size: 45px; font-family: bahnschrift; color: var(--theme-red); } } .item-content{ color: #666666; line-height: 2; } } &::after{ display: block; height: 13px; content: ''; background: url("../Image/rule-bg.png") left center repeat-x; position: absolute; left: 0; bottom: 0; width: 100%; }
}*/ }
.section.sec-history .swiper-line { width: 100%; height: 0; border-bottom: 1px solid #CCCCCC; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; }
.section.sec-history .swiper-history-fish { position: relative; }
.section.sec-history .swiper-history-fish .history-item { padding: 3rem 0 3rem 2rem; height: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.section.sec-history .swiper-history-fish .history-item .item-wrap { height: 100%; }
.section.sec-history .swiper-history-fish .history-item .item-wrap .item-info { border-left: 1px solid #dedede; position: relative; }
@media (min-width: 992px) { .section.sec-history .swiper-history-fish .history-item .item-wrap .item-info { height: 50%; } }
.section.sec-history .swiper-history-fish .history-item .item-wrap .item-info .info-dot::after { content: ''; position: absolute; display: block; width: 9px; height: 9px; background-color: var(--theme-color); border-radius: 50%; margin: auto; left: -5px; bottom: -5px; }
@media (max-width: 991.98px) { .section.sec-history .swiper-history-fish .history-item .item-wrap .item-info .info-dot::after { bottom: auto; top: -4px; } }
@media (min-width: 992px) { .section.sec-history .swiper-history-fish .history-item .item-wrap.dot-reverse .info-dot::after { bottom: auto; top: -4px; } }
.section.sec-history .swiper-history-fish .history-item .item-year { position: relative; }
.section.sec-history .swiper-history-fish .history-item .item-year::before { content: attr(data-title); position: absolute; font-size: 32px; color: #282828; opacity: .04; text-align: center; top: 0; text-transform: uppercase; font-weight: bold; }
.section.sec-history .swiper-history-fish .history-item .item-year .year-num { font-size: 32px; font-family: bahnschrift; color: var(--theme-red); }
.section.sec-history .swiper-history-fish .history-item .item-content { color: #666666; line-height: 2; }
.section.sec-history .w-next, .section.sec-history .w-prev { width: 30px; }
.section.sec-history .w-next svg path, .section.sec-history .w-prev svg path { fill: #333333; }
.section .swiper-honor .swiper-bg { height: 78px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); background: url("../Image/honor-slide-bg.png") bottom center/contain no-repeat; }
.section .swiper-honor .honor-name { font-size: 20px; }
@media (max-width: 767.98px) { .section .swiper-honor .honor-name { font-size: 18px; } }

.yicon { position: relative; width: 23px; height: 23px; }
.yicon i { display: block; background-color: var(--theme-color); position: absolute; }
.yicon i:nth-child(1) { width: 8px; height: 8px; }
.yicon i:nth-child(2) { width: 15px; height: 15px; }
.yicon.left i:nth-child(1) { bottom: 0; left: 0; }
.yicon.left i:nth-child(2) { top: 0; right: 0; }
.yicon.right i:nth-child(1) { right: 0; top: 0; }
.yicon.right i:nth-child(2) { bottom: 0; left: 0; }

.company-list .item { padding: 5% 0; border-bottom: 1px solid #d9d9d9; }
.company-list .item .item-wrap .item-img { overflow: hidden; }
.company-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.company-list .item .item-wrap .item-img:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.company-list .item .item-wrap .item-info .item-title { position: relative; font-size: 30px; }
@media (max-width: 1199.98px) { .company-list .item .item-wrap .item-info .item-title { font-size: 28px; } }
@media (max-width: 991.98px) { .company-list .item .item-wrap .item-info .item-title { font-size: 26px; } }
@media (max-width: 767.98px) { .company-list .item .item-wrap .item-info .item-title { font-size: 22px; }
  .company-list .item .item-wrap .item-info .item-title .yicon { display: none; } }
.company-list .item .item-wrap .item-info .item-line i { display: inline-block; width: 5px; height: 5px; background-color: var(--theme-color); margin-right: 5px; }
.company-list .item .item-wrap .item-info .item-content { color: #666666; line-height: 2; }
.company-list .item .item-wrap .item-info .more-btn { display: inline-block; padding: .25rem 1.2rem; background-color: var(--theme-color); border-radius: 3px; color: #ffffff; -webkit-transition: background-color .3s; -moz-transition: background-color .3s; -ms-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }
.company-list .item .item-wrap .item-info .more-btn:hover { background-color: var(--theme-yellow); }

.company-info .company-title { font-size: 32px; color: #333333; font-weight: bold; line-height: 2; }
@media (max-width: 991.98px) { .company-info .company-title { font-size: 28px; } }
@media (max-width: 767.98px) { .company-info .company-title { font-size: 22px; } }
@media (max-width: 575.98px) { .company-info .company-title { font-size: 20px; } }
@media (min-width: 1200px) { .company-info .company-img { width: 60%; margin: 0 auto; } }
.company-info .company-content { line-height: 2; color: #666666; }
.company-info .company-content img { max-width: 100%; vertical-align: bottom; }

.contact-box .contact-item .item-top { color: var(--theme-color); }
.contact-box .contact-item .item-top span { display: block; vertical-align: middle; }
.contact-box .contact-item .item-top svg { width: 22px; height: 22px; display: block; margin-right: 5px; }
.contact-box .contact-item .item-top svg path { fill: var(--theme-color); }
.contact-box .contact-item .item-value { margin-top: 5px; padding: 5px 0; }
.contact-box .contact-item .item-value p { color: #666666; font-size: 16px; line-height: 2; }
.contact-box .contact-item .item-value p span { color: #999999; font-size: 14px; }

.ratio-news { --mdb-aspect-ratio: calc(33 / 50 * 100%); }

.news-list-2 .news-thumb-item { border-bottom: 1px solid #f2f2f2; }
.news-list-2 .news-thumb-item .news-info .news-time { color: #393939; font-size: 16px; }
.news-list-2 .news-thumb-item .news-info .news-title { font-size: 26px; color: #282828; }
@media (max-width: 767.98px) { .news-list-2 .news-thumb-item .news-info .news-title { font-size: 20px; } }
.news-list-2 .news-thumb-item .news-info .news-desc { color: #393939; font-size: 16px; line-height: 2; }
.news-list-2 .news-thumb-item .news-info .news-more a { display: block; width: 136px; height: 45px; color: #ffffff; line-height: 45px; text-align: center; background-color: var(--theme-color); border-radius: 5px; overflow: hidden; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -ms-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; }
@media (max-width: 767.98px) { .news-list-2 .news-thumb-item .news-info .news-more a { height: 36px; line-height: 36px; width: 120px; font-size: 14px; } }
.news-list-2 .news-thumb-item .news-info .news-more a:hover { opacity: .85; }
.news-list-2 .news-txt-item { border-bottom: 1px solid #f2f2f2; position: relative; }
.news-list-2 .news-txt-item .news-time { width: 130px; color: #5b5b5b; }
.news-list-2 .news-txt-item .news-time .date { font-size: 36px; color: #5b5b5b; line-height: 1; }
.news-list-2 .news-txt-item .news-time .year-month { font-size: 16px; }
.news-list-2 .news-txt-item .news-info { flex: 0 0 auto; width: calc(100% - 130px); }
.news-list-2 .news-txt-item .news-info .news-title { font-size: 22px; color: #5b5b5b; }
.news-list-2 .news-txt-item .news-info .news-title:hover { color: var(--theme-color); }
.news-list-2 .news-txt-item .news-info .news-desc { color: #898989; }
.news-list-2 .news-txt-item::after { content: ''; display: block; position: absolute; bottom: -1px; width: 100%; left: 0; right: 0; height: 3px; background-color: var(--theme-color); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.news-list-2 .news-txt-item:hover .newsin .news-title { color: var(--theme-color); }
.news-list-2 .news-txt-item:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

.news-detail .news-content { background-color: #f7f8fa; line-height: 2; }

.news-detail .news-content:not(.embed-responsive) img { max-width: 100%; height: auto !important; }

.news-detail .detail-head { padding-bottom: 30px; border-bottom: #ededed solid 1px; }
@media (max-width: 575.98px) { .news-detail .detail-head { padding-bottom: 20px; } }
.news-detail .detail-title { font-size: 28px; color: #333333; }
@media (max-width: 575.98px) { .news-detail .detail-title { font-size: 20px; } }
.news-detail .detail-meta { font-size: 14px; color: #999999; }
.news-detail .detail-meta span { margin-right: 15px; }
.news-detail .detail-content { line-height: 2; color: #666666; }
.news-detail .detail-content img { max-width: 100%; }
.news-detail .detail-page { border-top: 1px solid #eeeeee; padding-top: 0.5rem; }
.news-detail .detail-page .page-a { font-weight: lighter; color: #666666; margin: .5rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news-detail .detail-page .page-a a { color: #666666; }
.news-detail .detail-page .page-a a:hover { color: var(--theme-color); }
.news-detail .detail-page .page-a::before { content: ''; display: inline-block; width: 0; height: 0; border: 8px solid transparent; vertical-align: middle; margin-right: 5px; }
.news-detail .detail-page .page-a:nth-child(1)::before { border-right-color: CurrentColor; border-left: 0; }
.news-detail .detail-page .page-a:nth-child(2)::before { border-right: 0; border-left-color: CurrentColor; }

.prev_next_nav .prev_next { flex: 1; background-color: #f8f8f8; border-radius: 5px; padding: 12px; display: flex; align-items: center; margin: 5px 0; }
.prev_next_nav .prev_next.prev, .prev_next_nav .prev_next.next { display: flex; }
.prev_next_nav .prev_next.prev .page-a, .prev_next_nav .prev_next.next .page-a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prev_next_nav .prev_next.prev a, .prev_next_nav .prev_next.next a { max-width: calc(100% - 70px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.prev_next_nav .prev_next.menu { flex: 0 0 auto; padding: 0; background: transparent; }
.prev_next_nav .prev_next.menu .menu-wrap { margin: 0 10px; background: #f8f8f8; padding: 10px; border-radius: 5px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.prev_next_nav .prev_next.menu svg { width: 26px; height: 26px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; fill: #666; }
.prev_next_nav .prev_next.menu:hover .menu-wrap { background-color: var(--theme-red); }
.prev_next_nav .prev_next.menu:hover .menu-wrap svg { fill: #ffffff; }

.news-right .relate-news .head .head-name { font-size: 24px; color: #333333; }
.news-right .relate-news .head .head-name span { font-size: 14px; color: #999999; display: inline-block; }
.news-right .relate-news .head .head-name::before { content: ''; display: inline-block; width: 4px; height: 25px; vertical-align: middle; background-color: var(--theme-red); margin-right: 10px; }
@media (max-width: 991.98px) { .news-right .relate-news .head .head-name { font-size: 20px; } }
@media (max-width: 575.98px) { .news-right .relate-news .head .head-name { font-size: 18px; } }
.news-right .relate-news-list .news-item .news-title { line-height: 2; }
.news-right .relate-news-list .news-item .news-title::before { content: ''; width: 5px; height: 5px; margin-right: 5px; display: inline-block; vertical-align: middle; background-color: var(--theme-red); }
.news-right .relate-news-list .news-item .news-desc { text-indent: 2rem; font-size: 14px; margin-top: 3px; color: #999999; }

.bg-gray { background-color: #f9f9f9; }

/*招聘*/
.info-link { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; cursor: pointer; background-color: #ececec; color: #666666; padding: .7% 6% .7% 2%; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 14px; }
@media (max-width: 575.98px) { .info-link { padding-right: 10%; padding-top: 1%; padding-bottom: 1%; } }
.info-link i { display: block; width: 0; position: absolute; height: 1px; top: 9px; right: 25%; margin: auto; bottom: 0; color: #333333; z-index: 3; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.info-link i::before, .info-link i::after { content: ''; display: block; width: 10px; height: 1px; background-color: CurrentColor; position: absolute; margin: auto; }
.info-link i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.info-link i::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.info-link:hover { color: #FFFFFF; background-color: var(--theme-blue); }
.info-link:hover i { color: #FFFFFF; }

.joblist-box { padding: 2px; }
.joblist-box .job-item { background-color: #fafafa; }
.joblist-box .job-item .item-wrap { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; }
.joblist-box .job-item .item-wrap .item-left { flex: 0 auto; width: 30%; height: 100%; }
@media (min-width: 1440px) { .joblist-box .job-item .item-wrap .item-left { width: 20%; } }
.joblist-box .job-item .item-wrap .item-left .item-name { font-size: 18px; text-align: center; }
.joblist-box .job-item .item-wrap .item-info { flex: 1; position: relative; border-left: 2px solid #ffffff; }
.joblist-box .job-item .item-wrap .item-info .info-detail { font-size: 14px; flex: 1; }
.joblist-box .job-item .item-wrap .item-info .info-detail p { flex: 1; color: #666666; line-height: 2; }
.joblist-box .job-item .item-wrap .item-info .info-detail p span { color: #333333; }
@media (max-width: 575.98px) { .joblist-box .job-item .item-wrap .item-info .info-detail p { font-size: 14px; } }
.joblist-box .job-item .item-content { border-top: 2px solid #ffffff; padding: 2% 3%; line-height: 2; font-size: 14px; color: #666666; display: none; }
.joblist-box .job-item .item-content strong { font-size: 16px; font-weight: normal; line-height: 32px; margin: 5px 0; display: block; color: #333333; }
.joblist-box .job-item .item-content .seek-btn { display: block; margin: 30px auto 0; width: 130px; height: 40px; background-color: #ececec; color: #333333; text-align: center; line-height: 40px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.joblist-box .job-item .item-content .seek-btn:hover { color: #FFFFFF; background-color: #e23833; }
.joblist-box .job-item.active .item-info .info-link, .joblist-box .job-item:hover .item-info .info-link { color: #FFFFFF; background-color: var(--theme-color); }
.joblist-box .job-item.active .item-info .info-link i, .joblist-box .job-item:hover .item-info .info-link i { color: #FFFFFF; }
.joblist-box .job-item.active .item-info .info-link i { bottom: 15px; }
.joblist-box .job-item.active .item-info .info-link i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.joblist-box .job-item.active .item-info .info-link i::after { -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.joblist-box .job-item:not(:last-child) { margin-bottom: 2px; }

.tzzgx-left { background-color: #f9f9f9; }
.tzzgx-left .info-item p { font-size: 20px; color: #232323; }
.tzzgx-left .info-item p.item-value { color: #666666; font-size: 18px; line-height: 2; }
.tzzgx-left .info-item p.item-value a { color: #666666; font-size: 18px; }
.tzzgx-left .info-item p.item-value a:hover { color: var(--theme-color); }
@media (max-width: 767.98px) { .tzzgx-left .info-item p { font-size: 16px; }
  .tzzgx-left .info-item p.item-value { font-size: 14px; }
  .tzzgx-left .info-item p.item-value a { font-size: 14px; } }

.category-list-box .item .item-wrap .item-bottom .item-name .en-name { color: #aaaaaa; font-size: 14px; }
.category-list-box .item .item-wrap .item-bottom .item-name .cn-name { font-size: 22px; color: #333333; }
.category-list-box .item .item-wrap .item-bottom .item-more { color: #666666; }
@media (min-width: 1200px) and (max-width: 1399.98px) { .category-list-box .item .item-wrap .item-bottom .item-more span { display: none; } }
.category-list-box .item .item-wrap .item-bottom .item-more i { width: 40px; height: 40px; background-color: var(--theme-color); position: relative; border-radius: 50%; margin-left: 10px; }
.category-list-box .item .item-wrap .item-bottom .item-more i svg { width: 50%; height: 50%; margin: auto; top: 0; bottom: 0; left: 0; right: 0; position: absolute; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; fill: #ffffff; }
.category-list-box .item .item-wrap:hover .item-bottom .item-more i svg { -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); transform: rotate(0); }

.dev-detail h3 { margin: 2rem 0; }
@media (max-width: 575.98px) { .dev-detail h3 { margin-bottom: 0; } }
.dev-detail h3 strong { display: block; font-size: 32px; position: relative; color: #333333; font-weight: normal; padding-left: 25px; }
.dev-detail h3 strong::before { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; content: ''; width: 4px; height: 32px; background-color: var(--theme-color); }
@media (max-width: 991.98px) { .dev-detail h3 strong { font-size: 26px; padding-left: 20px; } }
@media (max-width: 767.98px) { .dev-detail h3 strong { font-size: 20px; padding-left: 15px; } }
.dev-detail h4 { margin: 1rem 0; }
.dev-detail h4 strong { position: relative; font-size: 22px; padding-left: 25px; font-weight: normal; color: #333333; }
.dev-detail h4 strong::before { display: block; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; content: ''; width: 10px; height: 10px; background: url("../Image/icon-jt.png") center right no-repeat; }
.dev-detail img { max-width: 100%; display: block; margin: 0 auto; }
.dev-detail p { color: #666666; line-height: 2; }

/*方案*/
.scheme-wrapper { overflow: hidden; background: url("../Image/scheme-bg.jpg") center/cover no-repeat; }

.scheme-pc-box { width: 80%; margin: 0 auto; }
.scheme-pc-box .box-wrap { position: relative; padding: 84px; }
.scheme-pc-box .box-wrap .box-item .item-wrap .item-num { font-size: 42px; }
.scheme-pc-box .box-wrap .box-item .item-wrap .item-name { font-weight: bold; font-size: 36px; color: #333333; }
.scheme-pc-box .box-wrap .box-item .item-wrap .item-en-name { color: #999999; }
.scheme-pc-box .box-wrap .box-item.item-left, .scheme-pc-box .box-wrap .box-item.item-right { position: absolute; margin: auto; top: 0; bottom: 0; max-width: 250px; }
.scheme-pc-box .box-wrap .box-item.item-left { left: 0; }
.scheme-pc-box .box-wrap .box-item.item-left .item-num, .scheme-pc-box .box-wrap .box-item.item-left .item-name { color: #3e5dbd; }
.scheme-pc-box .box-wrap .box-item.item-left .item-wrap { -webkit-transform: translateX(-55%); -moz-transform: translateX(-55%); -ms-transform: translateX(-55%); -o-transform: translateX(-55%); transform: translateX(-55%); }
.scheme-pc-box .box-wrap .box-item.item-right { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); right: 0; }
.scheme-pc-box .box-wrap .box-item.item-right .item-num, .scheme-pc-box .box-wrap .box-item.item-right .item-name { color: #37c39b; }
.scheme-pc-box .box-wrap .box-item.item-bottom { -webkit-transform: translateY(-70%); -moz-transform: translateY(-70%); -ms-transform: translateY(-70%); -o-transform: translateY(-70%); transform: translateY(-70%); }
.scheme-pc-box .box-wrap .box-item.item-bottom .item-num, .scheme-pc-box .box-wrap .box-item.item-bottom .item-name { color: #7765b6; }
@media (max-width: 1199.98px) { .scheme-pc-box .box-wrap .box-item .item-wrap .item-num { font-size: 34px; }
  .scheme-pc-box .box-wrap .box-item .item-wrap .item-name { font-size: 30px; }
  .scheme-pc-box .box-wrap .box-item .item-wrap .item-en-name { font-size: 14px; } }
@media (max-width: 991.98px) { .scheme-pc-box .box-wrap .box-item.item-bottom { -webkit-transform: translateY(-60%); -moz-transform: translateY(-60%); -ms-transform: translateY(-60%); -o-transform: translateY(-60%); transform: translateY(-60%); } }

.content img { max-width: 100%; display: block; margin: 0 auto; }

.scheme-mobile-box { max-width: 621px; margin: 0 auto; }
.scheme-mobile-box .box-head { font-size: 14px; color: #999999; text-transform: uppercase; text-align: center; }
.scheme-mobile-box .box-head .head-name { font-size: 24px; color: #333333; }
.scheme-mobile-box .box-img-preview { position: relative; max-width: 621px; margin: 0 auto; padding: 5%; }
.scheme-mobile-box .box-img-preview .img-txt { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; height: 41.867%; width: 41.867%; }

.swiper-scheme .item { text-align: center; }
.swiper-scheme .item .item-num { font-size: 20px; }
.swiper-scheme .item .item-name { font-size: 22px; font-weight: bold; }
.swiper-scheme .item .item-en-name { font-size: 12px; color: #999999; line-height: 2; }
.swiper-scheme .item.item-1 .item-num, .swiper-scheme .item.item-1 .item-name { color: #3e5dbd; }
.swiper-scheme .item.item-2 .item-num, .swiper-scheme .item.item-2 .item-name { color: #37c39b; }
.swiper-scheme .item.item-3 .item-num, .swiper-scheme .item.item-3 .item-name { color: #7765b6; }

.partner-box .item { flex: 0 0 auto; width: calc(100% / 7); }
@media (max-width: 1199.98px) { .partner-box .item { width: calc(100% / 6); } }
@media (max-width: 991.98px) { .partner-box .item { width: calc(100% / 3); } }
@media (max-width: 575.98px) { .partner-box .item { width: calc(100% / 3); } }

/*产品*/
/*列表*/
.product-list .item { position: relative; }
.product-list .item .item-info .item-title { font-size: 36px; color: #333333; }
@media (max-width: 1199.98px) { .product-list .item .item-info .item-title { font-size: 32px; } }
@media (max-width: 991.98px) { .product-list .item .item-info .item-title { font-size: 24px; } }
@media (max-width: 767.98px) { .product-list .item .item-info .item-title { font-size: 20px; } }
.product-list .item .item-info .item-line { height: 3px; }
.product-list .item .item-info .item-line::before, .product-list .item .item-info .item-line::after { content: ''; display: inline-block; width: 30px; height: 3px; background-color: var(--theme-color); }
.product-list .item .item-info .item-line::after { margin-left: 5px; }
.product-list .item .item-info .item-types span { margin-right: 8px; display: inline-block; background: var(--theme-bgcolor); padding: 0px 10px; border-radius: 3px; color: #666; }
.product-list .item .item-info .item-spec .tags { background-color: #fcf2f2; border: 1px solid #f5cccc; color: var(--theme-color); padding: 0.3rem 1.25rem; margin-right: 10px; margin-bottom: 10px; border-radius: 10rem; }
@media (max-width: 991.98px) { .product-list .item .item-info .item-spec .tags { font-size: 14px; } }
@media (max-width: 767.98px) { .product-list .item .item-info .item-spec .tags { font-size: 12px; } }
.product-list .item .item-info .item-tools a { width: 180px; height: 48px; color: #b6b6b6; background-color: #ffffff; border: 1px solid #b6b6b6; text-align: center; line-height: 48px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 5px 0; display: block; margin-right: 10px; }
.product-list .item .item-info .item-tools a svg { width: 16px; height: 16px; }
.product-list .item .item-info .item-tools a svg path { fill: CurrentColor; }
.product-list .item .item-info .item-tools a:hover { color: #ffffff; background-color: var(--theme-color); border: 1px solid var(--theme-color); }
.product-list .item::after { content: ''; width: 100%; height: 5px; display: block; position: absolute; bottom: 0; left: 0; background: url("../Image/line-bg.png") 0 0 repeat-x; }

.product-detail-wrapper { background-color: #f9f9f9; overflow: hidden; }

.product-top { position: relative; }
.product-top .item-info .item-title { font-size: 36px; color: #333333; }
.product-top .item-info .item-line { height: 3px; }
.product-top .item-info .item-line::before, .product-top .item-info .item-line::after { content: ''; display: inline-block; width: 30px; height: 3px; background-color: var(--theme-color); }
.product-top .item-info .item-line::after { margin-left: 5px; }
.product-top .item-info .item-spec .tags { background-color: #fcf2f2; border: 1px solid #f5cccc; color: var(--theme-color); padding: 0.3rem 1.25rem; margin-right: 10px; border-radius: 10rem; }
.product-top .item-info .item-tools .tool-btn { width: 180px; height: 48px; color: #ffffff; background-color: var(--theme-color); border: 1px solid var(--theme-color); text-align: center; line-height: 48px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-radius: 5px 0; display: block; margin-right: 10px; }
.product-top .item-info .item-tools .tool-btn svg { width: 16px; height: 16px; }
.product-top .item-info .item-tools .tool-btn svg path { fill: CurrentColor; }
.product-top .item-info .item-tools .contact-info .contact-icon { padding: 0 20px; height: 48px; width: 48px; position: relative; border-radius: 5px 0; color: #ffffff; background-color: var(--theme-color); border: 1px solid var(--theme-color); }
.product-top .item-info .item-tools .contact-info .contact-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; width: 26px; height: 26px; }
.product-top .item-info .item-tools .contact-info .contact-icon svg path { fill: CurrentColor; }
.product-top .item-info .item-tools .contact-info .contact-txt p { font-size: 14px; }
.product-top .item-info .item-tools .contact-info .contact-txt p.tel-num { line-height: 1; font-family: Bahnschrift,BEBAS; font-size: 32px; color: var(--theme-color); }

.preview-swiper { --swiper-theme-color: var(--theme-color); }
.preview-swiper .slide-inner { position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-position: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; color: #fff; background-size: contain; background-repeat: no-repeat; }

.thumb-swiper .swiper-slide { position: relative; cursor: pointer; }
.thumb-swiper .swiper-slide::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: 0 solid var(--theme-color); margin: auto; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.thumb-swiper .swiper-slide.swiper-slide-thumb-active::before { border-width: 3px; background-color: rgba(0, 0, 0, 0.25); }

.ratio-honor { --mdb-aspect-ratio: calc(93 / 68 * 100%); }

/*科创平台*/
.yfzx-list .item .item-wrap { background-color: #f4f4f4; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.yfzx-list .item .item-wrap .item-info { color: #282828; }
.yfzx-list .item .item-wrap .item-info .item-name { font-weight: bold; font-size: 26px; }
@media (max-width: 1200px) { .yfzx-list .item .item-wrap .item-info .item-name { font-size: 24px; } }
@media (max-width: 767.98px) { .yfzx-list .item .item-wrap .item-info .item-name { font-size: 22px; } }
@media (max-width: 575.98px) { .yfzx-list .item .item-wrap .item-info .item-name { font-size: 20px; } }
@media (max-width: 575.98px) { .yfzx-list .item .item-wrap .item-info .item-content { font-size: 14px; } }
@media (min-width: 1200px) { .yfzx-list .item .item-wrap .item-info { width: 80%; } }
.yfzx-list .item .item-wrap .item-icon { display: none; position: relative; }
.yfzx-list .item .item-wrap .item-icon img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: translateX(10px) scale(1.05); -moz-transform: translateX(10px) scale(1.05); -ms-transform: translateX(10px) scale(1.05); -o-transform: translateX(10px) scale(1.05); transform: translateX(10px) scale(1.05); }
@media (min-width: 767px) { .yfzx-list .item .item-wrap .item-icon { display: block; width: 20%; height: 100%; } }
.yfzx-list .item:hover .item-wrap { background-color: var(--theme-color); }
.yfzx-list .item:hover .item-wrap .item-info { color: #ffffff; }
.yfzx-list .item:hover .item-wrap .item-icon img { -webkit-transform: translateX(0) scale(1); -moz-transform: translateX(0) scale(1); -ms-transform: translateX(0) scale(1); -o-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }

/*科技成果*/
.swiper-tab-box .tab-head ul li { color: #666666; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; position: relative; }
.swiper-tab-box .tab-head ul li::after { content: ''; display: block; position: absolute; width: 100%; height: 2px; left: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.swiper-tab-box .tab-head ul li:hover, .swiper-tab-box .tab-head ul li.active { color: var(--theme-color); }
.swiper-tab-box .tab-head ul li:hover::after, .swiper-tab-box .tab-head ul li.active::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
@media (min-width: 992px) { .swiper-tab-box .tab-head ul li { font-size: 20px; } }
@media (min-width: 1200px) { .swiper-tab-box .tab-head ul li { font-size: 22px; } }
@media (min-width: 1400px) { .swiper-tab-box .tab-head ul li { font-size: 24px; } }
.swiper-tab-box .tab-head .tab-controls { top: 0; right: 0; z-index: 10; }
.swiper-tab-box .tab-head .tab-controls .tabs-next, .swiper-tab-box .tab-head .tab-controls .tabs-prev { width: 30px; height: 30px; border: 1px solid var(--theme-color); position: relative; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.swiper-tab-box .tab-head .tab-controls .tabs-next svg, .swiper-tab-box .tab-head .tab-controls .tabs-prev svg { width: 50%; height: 50%; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.swiper-tab-box .tab-head .tab-controls .tabs-next svg path, .swiper-tab-box .tab-head .tab-controls .tabs-prev svg path { fill: var(--theme-color); }
.swiper-tab-box .tab-head .tab-controls .tabs-next:not(.swiper-tab-box .tab-head .tab-controls .tabs-next.swiper-button-disabled):not(.swiper-tab-box .tab-head .tab-controls .tabs-prev.swiper-button-disabled):hover, .swiper-tab-box .tab-head .tab-controls .tabs-prev:not(.swiper-tab-box .tab-head .tab-controls .tabs-next.swiper-button-disabled):not(.swiper-tab-box .tab-head .tab-controls .tabs-prev.swiper-button-disabled):hover { cursor: pointer; background-color: var(--theme-color); }
.swiper-tab-box .tab-head .tab-controls .tabs-next:not(.swiper-tab-box .tab-head .tab-controls .tabs-next.swiper-button-disabled):not(.swiper-tab-box .tab-head .tab-controls .tabs-prev.swiper-button-disabled):hover svg path, .swiper-tab-box .tab-head .tab-controls .tabs-prev:not(.swiper-tab-box .tab-head .tab-controls .tabs-next.swiper-button-disabled):not(.swiper-tab-box .tab-head .tab-controls .tabs-prev.swiper-button-disabled):hover svg path { fill: #ffffff; }
.swiper-tab-box .tab-head .tab-controls .tabs-next.swiper-button-disabled, .swiper-tab-box .tab-head .tab-controls .tabs-prev.swiper-button-disabled { cursor: not-allowed; border-color: #999999; }
.swiper-tab-box .tab-head .tab-controls .tabs-next.swiper-button-disabled svg path, .swiper-tab-box .tab-head .tab-controls .tabs-prev.swiper-button-disabled svg path { fill: #999999; }
.swiper-tab-box .swiper-cons .item { border: 1px solid #EEEEEE; }
@media (min-width: 992px) { .swiper-tab-box .swiper-cons .item { border: none; background: url("../Image/honor-bg.jpg") center/contain no-repeat; }
  .swiper-tab-box .swiper-cons .item .item-wrap { padding: 20px; } }
.swiper-tab-box .swiper-cons:hover .w-prev, .swiper-tab-box .swiper-cons:hover .w-next { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
.swiper-tab-box .swiper-cons .w-prev, .swiper-tab-box .swiper-cons .w-next { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.swiper-tab-box .swiper-cons .w-prev::before, .swiper-tab-box .swiper-cons .w-next::before { content: ''; display: block; width: 100%; height: 100%; background-color: var(--theme-color); opacity: .5; border-radius: 50%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.swiper-tab-box .swiper-cons .w-prev svg, .swiper-tab-box .swiper-cons .w-next svg { position: absolute; width: 45%; height: 45%; margin: auto; top: 0; bottom: 0; right: 0; left: 0; }
.swiper-tab-box .swiper-cons .w-prev:hover::before, .swiper-tab-box .swiper-cons .w-next:hover::before { opacity: 1; }
.swiper-tab-box .swiper-cons .w-prev { left: 3vw; }
@media (min-width: 992px) { .swiper-tab-box .swiper-cons .w-prev { -webkit-transform: translateX(-260%); -moz-transform: translateX(-260%); -ms-transform: translateX(-260%); -o-transform: translateX(-260%); transform: translateX(-260%); } }
.swiper-tab-box .swiper-cons .w-next { right: 3vw; }
@media (min-width: 992px) { .swiper-tab-box .swiper-cons .w-next { -webkit-transform: translateX(260%); -moz-transform: translateX(260%); -ms-transform: translateX(260%); -o-transform: translateX(260%); transform: translateX(260%); } }

.swiper-device .w-prev, .swiper-device .w-next { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.swiper-device .w-prev::before, .swiper-device .w-next::before { content: ''; display: block; width: 100%; height: 100%; background-color: var(--theme-color); opacity: .5; border-radius: 50%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.swiper-device .w-prev svg, .swiper-device .w-next svg { position: absolute; width: 45%; height: 45%; margin: auto; top: 0; bottom: 0; right: 0; left: 0; }
.swiper-device .w-prev:hover::before, .swiper-device .w-next:hover::before { opacity: 1; }
.swiper-device .w-prev { left: 3vw; }
@media (min-width: 992px) { .swiper-device .w-prev { -webkit-transform: translateX(-260%); -moz-transform: translateX(-260%); -ms-transform: translateX(-260%); -o-transform: translateX(-260%); transform: translateX(-260%); } }
.swiper-device .w-next { right: 3vw; }
@media (min-width: 992px) { .swiper-device .w-next { -webkit-transform: translateX(260%); -moz-transform: translateX(260%); -ms-transform: translateX(260%); -o-transform: translateX(260%); transform: translateX(260%); } }
.swiper-device:hover .w-prev, .swiper-device:hover .w-next { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }
